home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DTP / DTP_TEX / H219.ZIP / DVIPSSRC.ZIP / dvips / afm2tfm.c < prev    next >
C/C++ Source or Header  |  1993-07-07  |  55KB  |  1,885 lines

  1. /*
  2.  *   This program converts AFM files to TeX TFM files, and optionally
  3.  *   to TeX VPL files that retain all kerning and ligature information.
  4.  *   Both files make the characters not normally encoded by TeX available
  5.  *   by character codes greater than 127.
  6.  */
  7.  
  8. /*   (Modified by Don Knuth from Tom Rokicki's pre-VPL version.) */
  9. /*   VM/CMS port by J. Hafner (hafner@almaden.ibm.com), based on
  10.  *   the port by Alessio Guglielmi (guglielmi@ipisnsib.bitnet)
  11.  *   and Marco Prevedelli (prevedelli@ipisnsva.bitnet).
  12.  *   This port is still in test state.  No guarantees.
  13.  *   11/3/92: more corrections to VM/CMS port. Now it looks correct
  14.  *   and will be supported by J. Hafner.
  15.  *
  16. */
  17.  
  18. #include <stdio.h>
  19. #if defined(SYSV) || defined(VMS) || defined(__THINK__) || defined(MSDOS)
  20. #include <string.h>
  21. #else
  22. #include <strings.h>
  23. #endif
  24. #include <math.h>
  25.  
  26. /* JLH: added these to make the code easier to read and remove some
  27.    ascii<->ebcdic dependencies */
  28. #define ASCII_A 65
  29. #define ASCII_Z 90
  30. #define ASCII_a 97
  31. #define ASCII_z 122
  32. #define ASCII_0 48
  33. #define ASCII_9 57
  34.  
  35. #ifdef VMCMS
  36. #define interesting lookstr  /* for 8 character truncation conflicts */
  37. #include "dvipscms.h"
  38. extern FILE *cmsfopen() ;
  39. extern char ebcdic2ascii[] ;
  40. extern char ascii2ebcdic[] ;
  41. #ifdef fopen
  42. #undef fopen
  43. #endif
  44. #define fopen cmsfopen
  45. #endif
  46.  
  47. #if defined MSDOS || defined OS2
  48. #define WRITEBIN "wb"
  49. #else
  50. #ifdef VMCMS
  51. #define WRITEBIN "wb, lrecl=1024, recfm=f"
  52. #else
  53. #define WRITEBIN "w"
  54. #endif
  55. #endif
  56.  
  57. #ifdef __TURBOC__
  58. #define SMALLMALLOC
  59. #endif
  60.  
  61. struct encoding {
  62.    char *name ;
  63.    char *vec[256] ;
  64. } ;
  65. struct encoding staticencoding = {
  66.   "TeX text",
  67.   {"Gamma", "Delta", "Theta", "Lambda", "Xi", "Pi", "Sigma",
  68.    "Upsilon", "Phi", "Psi", "Omega", "arrowup", "arrowdown", "quotesingle",
  69.    "exclamdown", "questiondown", "dotlessi", "dotlessj", "grave", "acute",
  70.    "caron", "breve", "macron", "ring", "cedilla", "germandbls", "ae", "oe",
  71.    "oslash", "AE", "OE", "Oslash", "space", "exclam", "quotedbl", "numbersign",
  72.    "dollar", "percent", "ampersand", "quoteright", "parenleft", "parenright",
  73.    "asterisk", "plus", "comma", "hyphen", "period", "slash", "zero", "one",
  74.    "two", "three", "four", "five", "six", "seven", "eight", "nine", "colon",
  75.    "semicolon", "less", "equal", "greater", "question", "at", "A", "B", "C",
  76.    "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R",
  77.    "S", "T", "U", "V", "W", "X", "Y", "Z", "bracketleft", "backslash",
  78.    "bracketright", "circumflex", "underscore", "quoteleft", "a", "b", "c", "d",
  79.    "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s",
  80.    "t", "u", "v", "w", "x", "y", "z", "braceleft", "bar", "braceright",
  81.    "tilde", "dieresis", "", "", "", "", "", "", "", "", "", "", "", "", "",
  82.     "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  83.     "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  84.     "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  85.     "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  86.     "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  87.     "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",
  88.     "", "", "", "", "", "", "" } } ;
  89. /*
  90.  *   It's easier to put this in static storage and parse it as we go
  91.  *   than to build the structures ourselves.
  92.  */
  93. char *staticligkern[] = {
  94.    "% LIGKERN space l =: lslash ; space L =: Lslash ;",
  95.    "% LIGKERN question quoteleft =: questiondown ;",
  96.    "% LIGKERN exclam quoteleft =: exclamdown ;",
  97.    "% LIGKERN hyphen hyphen =: endash ; endash hyphen =: emdash ;",
  98.    "% LIGKERN quoteleft quoteleft =: quotedblleft ;",
  99.    "% LIGKERN quoteright quoteright =: quotedblright ;",
  100.    "% LIGKERN space {} * ; * {} space ; zero {} * ; * {} zero ;",
  101.    "% LIGKERN one {} * ; * {} one ; two {} * ; * {} two ;",
  102.    "% LIGKERN three {} * ; * {} three ; four {} * ; * {} four ;",
  103.    "% LIGKERN five {} * ; * {} five ; six {} * ; * {} six ;",
  104.    "% LIGKERN seven {} * ; * {} seven ; eight {} * ; * {} eight ;",
  105.    "% LIGKERN nine {} * ; * {} nine ;",
  106. /*
  107.  *   These next are only included for deficient afm files that
  108.  *   have the lig characters but not the lig commands.
  109.  */
  110.    "% LIGKERN f i =: fi ; f l =: fl ; f f =: ff ; ff i =: ffi ;",
  111.    "% LIGKERN ff l =: ffl ;",
  112.    0 } ;
  113. /*
  114.  *   The above layout corresponds to TeX Typewriter Type and is compatible
  115.  *   with TeX Text because the position of ligatures is immaterial.
  116.  */
  117. struct encoding *outencoding = 0 ;
  118. struct encoding *inencoding = 0 ;
  119. char *outenname, *inenname ;/* the file names for input and output encodings */
  120. int boundarychar = -1 ;     /* the boundary character */
  121. int ignoreligkern ;         /* do we look at ligkern info in the encoding? */
  122. /*
  123.  *   This is what we store Adobe data in.
  124.  */
  125. struct adobeinfo {
  126.    struct adobeinfo *next ;
  127.    int adobenum, texnum, width ;
  128.    char *adobename ;
  129.    int llx, lly, urx, ury ;
  130.    struct lig *ligs ;
  131.    struct kern *kerns ;
  132.    struct pcc *pccs ;
  133.    int wptr, hptr, dptr, iptr ;
  134. } *adobechars, *adobeptrs[256], *texptrs[256],
  135.   *uppercase[256], *lowercase[256] ;
  136. int nexttex[256] ; /* for characters encoded multiple times in output */
  137. /*
  138.  *   These are the eight ligature ops, in VPL terms and in METAFONT terms.
  139.  */
  140. char *vplligops[] = {
  141.    "LIG", "/LIG", "/LIG>", "LIG/", "LIG/>", "/LIG/", "/LIG/>", "/LIG/>>", 0
  142. } ;
  143. char *encligops[] = {
  144.    "=:", "|=:", "|=:>", "=:|", "=:|>", "|=:|", "|=:|>", "|=:|>>", 0
  145. } ;
  146. struct lig {
  147.    struct lig *next ;
  148.    char *succ, *sub ;
  149.    short op, boundleft ;
  150. } ;
  151. struct kern {
  152.    struct kern *next ;
  153.    char *succ ;
  154.    int delta ;
  155. } ;
  156. struct pcc {
  157.    struct pcc *next ;
  158.    char * partname ;
  159.    int xoffset, yoffset ;
  160. } ;
  161.  
  162. FILE *afmin, *vplout, *tfmout ;
  163. char inname[200], outname[200] ; /* names of input and output files */
  164. char buffer[255]; /* input buffer (modified while parsing) */
  165. char obuffer[255] ; /* unmodified copy of input buffer */
  166. char *param ; /* current position in input buffer */
  167. char *fontname = "Unknown" ;
  168. char *codingscheme = "Unspecified" ;
  169. #ifdef VMCMS
  170. char *ebfontname ;
  171. char *ebcodingscheme ;
  172. #endif
  173. float italicangle = 0.0 ;
  174. char fixedpitch ;
  175. char makevpl ;
  176. char pedantic ;
  177. int xheight = 400 ;
  178. int fontspace ;
  179. int bc, ec ;
  180. long cksum ;
  181. float efactor = 1.0, slant = 0.0 ;
  182. float capheight = 0.8 ;
  183. char *efactorparam, *slantparam ;
  184. double newslant ;
  185. char titlebuf[500] ;
  186.  
  187. void
  188. error(s)
  189. register char *s ;
  190. {
  191.    extern void exit() ;
  192.  
  193.    (void)fprintf(stderr, "%s\n", s) ;
  194.    if (obuffer[0]) {
  195.       (void)fprintf(stderr, "%s\n", obuffer) ;
  196.       while (param > buffer) {
  197.          (void)fprintf(stderr, " ") ;
  198.          param-- ;
  199.       }
  200.       (void)fprintf(stderr, "^\n") ;
  201.    }
  202.    if (*s == '!')
  203.       exit(1) ;
  204. }
  205.  
  206. int
  207. transform(x,y)
  208.    register int x,y ;
  209. {
  210.    register double acc ;
  211.    acc = efactor * x + slant *y ;
  212.    return (int)(acc>=0? acc+0.5 : acc-0.5 ) ;
  213. }
  214.  
  215. int
  216. getline() {
  217.    register char *p ;
  218.    register int c ;
  219.  
  220.    param = buffer ;
  221.    for (p=buffer; (c=getc(afmin)) != EOF && c != '\n';)/* changed 10 to '\n' */
  222.       *p++ = c ;
  223.    *p = 0 ;
  224.    (void)strcpy(obuffer, buffer) ;
  225.    if (p == buffer && c == EOF)
  226.       return(0) ;
  227.    else
  228.       return(1) ;
  229. }
  230.  
  231. char *interesting[] = { "FontName", "ItalicAngle", "IsFixedPitch",
  232.    "XHeight", "C", "KPX", "CC", "EncodingScheme", NULL} ;
  233. #define FontName (0)
  234. #define ItalicAngle (1)
  235. #define IsFixedPitch (2)
  236. #define XHeight (3)
  237. #define C (4)
  238. #define KPX (5)
  239. #define CC (6)
  240. #define EncodingScheme (7)
  241. #define NONE (-1)
  242. int
  243. interest(s)
  244. char *s ;
  245. {
  246.    register char **p ;
  247.    register int n ;
  248.  
  249.    for (p=interesting, n=0; *p; p++, n++)
  250.       if (strcmp(s, *p)==0)
  251.          return(n) ;
  252.    return(NONE) ;
  253. }
  254.  
  255. char *
  256. mymalloc(len)
  257. unsigned long len ;
  258. {
  259.    register char *p ;
  260.    int i ;
  261. #ifndef IBM6000
  262. #if defined MSDOS || defined OS2
  263.    extern void *malloc() ;
  264. #else
  265.    extern char *malloc() ;
  266. #endif
  267. #endif
  268.  
  269. #ifdef SMALLMALLOC
  270.    if (len > 65500L)
  271.       error("! can't allocate more than 64K!") ;
  272. #endif
  273.    p = malloc((unsigned)len) ;
  274.    if (p==NULL)
  275.       error("! out of memory") ;
  276.    for (i=0; i<len; i++)
  277.       p[i] = 0 ;
  278.    return(p) ;
  279. }
  280.  
  281. char *
  282. newstring(s)
  283. char *s ;
  284. {
  285.    char *q = mymalloc((unsigned long)(strlen(s) + 1)) ;
  286.    (void)strcpy(q, s) ;
  287.    return q ;
  288. }
  289.  
  290. char *
  291. paramnewstring() {
  292.    register char *p, *q ;
  293.  
  294.    p = param ;
  295.    while (*p > ' ')
  296.       p++ ;
  297.    if (*p != 0)
  298.       *p++ = 0 ;
  299.    q = newstring(param) ;
  300.    while (*p && *p <= ' ')
  301.       p++ ;
  302.    param = p ;
  303.    return(q) ;
  304. }
  305.  
  306. char *
  307. paramstring() {
  308.    register char *p, *q ;
  309.  
  310.    p = param ;
  311.    while (*p > ' ')
  312.       p++ ;
  313.    q = param ;
  314.    if (*p != 0)
  315.       *p++ = 0 ;
  316.    while (*p && *p <= ' ')
  317.       p++ ;
  318.    param = p ;
  319.    return(q) ;
  320. }
  321.  
  322. int
  323. paramnum() {
  324.    register char *p ;
  325.    int i ;
  326.  
  327.    p = paramstring() ;
  328.    if (sscanf(p, "%d", &i) != 1)
  329.       error("! integer expected") ;
  330.    return(i) ;
  331. }
  332.  
  333. float
  334. paramfloat() {
  335.    register char *p ;
  336.    float i ;
  337.  
  338.    p = paramstring() ;
  339.    if (sscanf(p, "%f", &i) != 1)
  340.       error("! number expected") ;
  341.    return(i) ;
  342. }
  343.  
  344. struct adobeinfo *
  345. newchar() {
  346.    register struct adobeinfo *ai ;
  347.  
  348.    ai = (struct adobeinfo *)mymalloc((unsigned long)sizeof(struct adobeinfo)) ;
  349.    ai->adobenum = -1 ;
  350.    ai->texnum = -1 ;
  351.    ai->width = -1 ;
  352.    ai->adobename = NULL ;
  353.    ai->llx = -1 ;
  354.    ai->lly = -1 ;
  355.    ai->urx = -1 ;
  356.    ai->ury = -1 ;
  357.    ai->ligs = NULL ;
  358.    ai->kerns = NULL ;
  359.    ai->pccs = NULL ;
  360.    ai->next = adobechars ;
  361.    adobechars = ai ;
  362.    return(ai) ;
  363. }
  364.  
  365. struct kern *
  366. newkern() {
  367.    register struct kern *nk ;
  368.  
  369.    nk = (struct kern *)mymalloc((unsigned long)sizeof(struct kern)) ;
  370.    nk->next = NULL ;
  371.    nk->succ = NULL ;
  372.    nk->delta = 0 ;
  373.    return(nk) ;
  374. }
  375.  
  376. struct pcc *
  377. newpcc() {
  378.    register struct pcc *np ;
  379.  
  380.    np = (struct pcc *)mymalloc((unsigned long)sizeof(struct pcc)) ;
  381.    np->next = NULL ;
  382.    np->partname = NULL ;
  383.    np->xoffset = 0 ;
  384.    np->yoffset = 0 ;
  385.    return(np) ;
  386. }
  387.  
  388. struct lig *
  389. newlig() {
  390.    register struct lig *nl ;
  391.  
  392.    nl = (struct lig *)mymalloc((unsigned long)sizeof(struct lig)) ;
  393.    nl->next = NULL ;
  394.    nl->succ = NULL ;
  395.    nl->sub = NULL ;
  396.    nl->op = 0 ; /* the default =: op */
  397.    nl->boundleft = 0 ;
  398.    return(nl) ;
  399. }
  400.  
  401. void
  402. expect(s)
  403. char *s ;
  404. {
  405.    if (strcmp(paramstring(), s) != 0) {
  406.       (void)fprintf(stderr, "%s expected: ", s) ;
  407.       error("! syntax error") ;
  408.    }
  409. }
  410.  
  411. void
  412. handlechar() { /* an input line beginning with C */
  413.    register struct adobeinfo *ai ;
  414.    register struct lig *nl ;
  415.  
  416.    ai = newchar() ;
  417.    ai->adobenum = paramnum() ;
  418.    expect(";") ;
  419.    expect("WX") ;
  420.    ai->width = transform(paramnum(),0) ;
  421.    if (ai->adobenum >= 0 && ai->adobenum < 256) {
  422.       adobeptrs[ai->adobenum] = ai ;
  423.    }
  424.    expect(";") ;
  425.    expect("N") ;
  426.    ai->adobename = paramnewstring() ;
  427.    expect(";") ;
  428.    expect("B") ;
  429.    ai->llx = paramnum() ;
  430.    ai->lly = paramnum() ;
  431.    ai->llx = transform(ai->llx, ai->lly) ;
  432.    ai->urx = paramnum() ;
  433.    ai->ury = paramnum() ;
  434.    ai->urx = transform(ai->urx, ai->ury) ;
  435. /* We need to avoid negative heights or depths. They break accents in
  436.    math mode, among other things.  */
  437.    if (ai->lly > 0)
  438.       ai->lly = 0 ;
  439.    if (ai->ury < 0)
  440.       ai->ury = 0 ;
  441.    expect(";") ;
  442. /* Now look for ligatures (which aren't present in fixedpitch fonts) */
  443.    while (*param == 'L' && !fixedpitch) {
  444.       expect("L") ;
  445.       nl = newlig() ;
  446.       nl->succ = paramnewstring() ;
  447.       nl->sub = paramnewstring() ;
  448.       nl->next = ai->ligs ;
  449.       ai->ligs = nl ;
  450.       expect(";") ;
  451.    }
  452. }
  453.  
  454. struct adobeinfo *
  455. findadobe(p)
  456. char *p ;
  457. {
  458.    register struct adobeinfo *ai ;
  459.  
  460.    for (ai=adobechars; ai; ai = ai->next)
  461.       if (strcmp(p, ai->adobename)==0)
  462.          return(ai) ;
  463.    return(NULL) ;
  464. }
  465.  
  466.  
  467. /*
  468.  *   The following comment no longer applies; we rely on the LIGKERN
  469.  *   entries to kill space kerns.  Also, the same applies to numbers.
  470.  *
  471.  * We ignore kerns before and after space characters, because (1) TeX
  472.  * is using the space only for Polish ligatures, and (2) TeX's
  473.  * boundarychar mechanisms are not oriented to kerns (they apply
  474.  * to both spaces and punctuation) so we don't want to use them.
  475.  */
  476. void
  477. handlekern() { /* an input line beginning with KPX */
  478.    register struct adobeinfo *ai ;
  479.    register char *p ;
  480.    register struct kern *nk ;
  481.  
  482.    p = paramstring() ;
  483.    ai = findadobe(p) ;
  484.    if (ai == NULL)
  485.       error("kern char not found") ;
  486.    else {
  487.       nk = newkern() ;
  488.       nk->succ = paramnewstring() ;
  489.       nk->delta = transform(paramnum(),0) ;
  490.       nk->next = ai->kerns ;
  491.       ai->kerns = nk ;
  492.     }
  493. }
  494.  
  495. void
  496. handleconstruct() { /* an input line beginning with CC */
  497.    register struct adobeinfo *ai ;
  498.    register char *p ;
  499.    register struct pcc *np ;
  500.    register int n ;
  501.    struct pcc *npp = NULL;
  502.  
  503.    p = paramstring() ;
  504.    ai = findadobe(p) ;
  505.    if (ai == NULL)
  506.       error("! composite character name not found") ;
  507.    n = paramnum() ;
  508.    expect(";") ;
  509.    while (n--) {
  510.       if (strcmp(paramstring(),"PCC") != 0) return ;
  511.         /* maybe I should expect("PCC") instead, but I'm playing it safe */
  512.       np = newpcc() ;
  513.       np->partname = paramnewstring() ;
  514.       if (findadobe(np->partname)==NULL) return ;
  515.       np->xoffset = paramnum() ;
  516.       np->yoffset = paramnum() ;
  517.       np->xoffset = transform(np->xoffset, np->yoffset) ;
  518.       if (npp) npp->next = np ;
  519.       else ai->pccs = np ;
  520.       npp = np ;
  521.       expect(";") ;
  522.    }
  523. }
  524.  
  525. struct encoding *readencoding() ;
  526.  
  527. void
  528. makeaccentligs() {
  529.    register struct adobeinfo *ai, *aci ;
  530.    register char *p ;
  531.    register struct lig *nl ;
  532.    for (ai=adobechars; ai; ai=ai->next) {
  533.       p = ai->adobename ;
  534.       if (strlen(p)>2)
  535.          if ((aci=findadobe(p+1)) && (aci->adobenum > 127)) {
  536.             nl = newlig() ;
  537.             nl->succ = mymalloc((unsigned long)2) ;
  538.             *(nl->succ + 1) = 0 ;
  539.             *(nl->succ) = *p ;
  540.             nl->sub = ai->adobename ;
  541.             nl->next = aci->ligs ;
  542.             aci->ligs = nl ;
  543.          }
  544.    }
  545. }
  546.  
  547. void
  548. readadobe() {
  549.    struct adobeinfo *ai ;
  550. #ifdef VMCMS
  551.     int i;
  552. #endif
  553.  
  554. /*
  555.  *   We allocate a placeholder boundary char.
  556.  */
  557.    ai = newchar() ;
  558.    ai->adobenum = -1 ;
  559.    ai->adobename = "||" ; /* boundary character name */
  560.    while (getline()) {
  561.       switch(interest(paramstring())) {
  562. case FontName:
  563.          fontname = paramnewstring() ;
  564. #ifdef VMCMS
  565. /* fontname comes in as ebcdic but we need it asciified for tfm file
  566.    so we save it in ebfontname and change it in fontname */
  567.    ebfontname = newstring(fontname) ;
  568.    i=0;
  569.    while(fontname[i] != '\0') {
  570.       fontname[i]=ebcdic2ascii[fontname[i]];
  571.       i++;
  572.    };
  573. #endif
  574.          break ;
  575. case EncodingScheme:
  576.          codingscheme = paramnewstring() ;
  577. #ifdef VMCMS
  578. /* for codingscheme, we do the same as we did for fontname */
  579.    ebcodingscheme = newstring(codingscheme) ;
  580.    i=0;
  581.    while(codingscheme[i] != '\0') {
  582.       codingscheme[i]=ebcdic2ascii[codingscheme[i]];
  583.       i++;
  584.    }
  585. #endif
  586.          break ;
  587. case ItalicAngle:
  588.          italicangle = paramfloat() ;
  589.          break ;
  590. case IsFixedPitch:
  591.          if (*param == 't' || *param == 'T')
  592.             fixedpitch = 1 ;
  593.          else
  594.             fixedpitch = 0 ;
  595.          break ;
  596. case XHeight:
  597.          xheight = paramnum() ;
  598.          break ;
  599. case C:
  600.          handlechar() ;
  601.          break ;
  602. case KPX:
  603.          handlekern() ;
  604.          break ;
  605. case CC:
  606.          handleconstruct() ;
  607.          break ;
  608. default:
  609.          break ;
  610.       }
  611.    }
  612.    fclose(afmin) ;
  613.    afmin = 0 ;
  614. }
  615. /*
  616.  *   Re-encode the adobe font.  Assumes that the header file will
  617.  *   also contain the appropriate instructions!
  618.  */
  619. void
  620. handlereencoding() {
  621.    if (inenname) {
  622.       int i ;
  623.       struct adobeinfo *ai ;
  624.       char *p ;
  625.  
  626.       ignoreligkern = 1 ;
  627.       inencoding = readencoding(inenname) ;
  628.       for (i=0; i<256; i++)
  629.          if (0 != (ai=adobeptrs[i])) {
  630.             ai->adobenum = -1 ;
  631.             adobeptrs[i] = NULL ;
  632.          }
  633.       for (i=0; i<256; i++) {
  634.          p = inencoding->vec[i] ;
  635.          if (p && *p && 0 != (ai = findadobe(p))) {
  636.             ai->adobenum = i ;
  637.             adobeptrs[i] = ai ;
  638.          }
  639.       }
  640.       codingscheme = inencoding->name ;
  641.    }
  642.    ignoreligkern = 0 ;
  643.    if (outenname) {
  644.       outencoding = readencoding(outenname) ;
  645.    } else {
  646.       outencoding = readencoding((char *)0) ;
  647.    }
  648. }
  649.  
  650. /*
  651.  *   This routine reverses a list.  We use it because we accumulate the
  652.  *   adobeinfo list in reverse order, but when we go to map the
  653.  *   characters, we would prefer to use the original ordering.  It just
  654.  *   makes more sense.
  655.  */
  656. struct adobeinfo *revlist(p)
  657. struct adobeinfo *p ;
  658. {
  659.    struct adobeinfo *q = 0, *t ;
  660.  
  661.    while (p) {
  662.       t = p->next ;
  663.       p->next = q ;
  664.       q = p ;
  665.       p = t ;
  666.    }
  667.    return (void *)q ;
  668. }
  669.  
  670. void
  671. assignchars() {
  672.    register char **p ;
  673.    register int i, j ;
  674.    register struct adobeinfo *ai, *pai ;
  675.    int nextfree = 128 ;
  676.    struct pcc *pcp ;
  677.  
  678. /*
  679.  *   First, we assign all those that match perfectly.
  680.  */
  681.    for (i=0, p=outencoding->vec; i<256; i++, p++)
  682.       if ((ai=findadobe(*p)) && (ai->adobenum >= 0 || ai->pccs != NULL)) {
  683.          if (ai->texnum >= 0)
  684.             nexttex[i] = ai->texnum ; /* linked list */
  685.          ai->texnum = i ;
  686.          texptrs[i] = ai ;
  687.       }
  688.    if (pedantic)
  689.       return ;
  690. /*
  691.  *   Next, we assign all the others, retaining the adobe positions, possibly
  692.  *   multiply assigning characters.
  693.  */
  694.    for (ai=adobechars; ai; ai=ai->next)
  695.       if (ai->adobenum >= 0 && ai->texnum < 0 && texptrs[ai->adobenum]==0) {
  696.          ai->texnum = ai->adobenum ;
  697.          texptrs[ai->adobenum] = ai ;
  698.       }
  699. /*
  700.  *   Finally, we map all remaining characters into free locations beginning
  701.  *   with 128, if we know how to construct those characters.  We need to
  702.  *   make sure the component pieces are mapped.
  703.  */
  704.    adobechars = revlist(adobechars) ;
  705.    for (ai=adobechars; ai; ai=ai->next)
  706.       if (ai->texnum<0 && (ai->adobenum>=0 || ai->pccs != NULL)) {
  707.          while (texptrs[nextfree]) {
  708.             nextfree=(nextfree+1)&255 ;
  709.             if (nextfree==128) goto finishup ; /* all slots full */
  710.          }
  711.          ai->texnum = nextfree ;
  712.          texptrs[nextfree] = ai ;
  713.       }
  714. finishup:
  715. /*
  716.  *   We now check all of the composite characters.  If any of the
  717.  *   components are not mapped, we unmap the composite character.
  718.  */
  719.    for (i=0; i<256; i++) {
  720.       ai = texptrs[i] ;
  721.       if (ai->pccs != NULL && ai->texnum >= 0) {
  722.          for (pcp = ai->pccs; pcp; pcp = pcp->next) {
  723.             pai = findadobe(pcp->partname) ;
  724.             if (pai == NULL || pai->texnum < 0) {
  725.                texptrs[ai->texnum] = 0 ;
  726.                ai->texnum = -1 ;
  727.                break ;
  728.             }
  729.          }
  730.       }
  731.    }
  732. /*
  733.  *   Now, if any of the characters are encoded multiple times, we want
  734.  *   ai->texnum to be the first one assigned, since that is most likely
  735.  *   to be the most important one.  So we reverse the above lists.
  736.  */
  737.    for (ai=adobechars; ai; ai=ai->next)
  738.       if (ai->texnum >= 0) {
  739.          j = -1 ;
  740.          while (nexttex[ai->texnum] >= 0) {
  741.             i = nexttex[ai->texnum] ;
  742.             nexttex[ai->texnum] = j ;
  743.             j = ai->texnum ;
  744.             ai->texnum = i ;
  745.          }
  746.          nexttex[ai->texnum] = j ;
  747.       }
  748. }
  749.  
  750. void
  751. upmap() { /* Compute uppercase mapping, when making a small caps font */
  752.    register struct adobeinfo *ai, *Ai ;
  753.    register char *p, *q ;
  754.    register struct pcc *np, *nq ;
  755.    int i ;
  756.    char lwr[50] ;
  757.  
  758. /* JLH: changed some lines below to be ascii<->ebcdic independent */
  759. /* any reason we don't use 'isupper'? */
  760.    for (Ai=adobechars; Ai; Ai=Ai->next) {
  761.       p = Ai->adobename ;
  762. #ifndef VMCMS
  763.       if (*p>=ASCII_A && *p<=ASCII_Z) {
  764. #else
  765.       if (ebcdic2ascii[*p]>=ASCII_A && ebcdic2ascii[*p]<=ASCII_Z) {
  766. #endif
  767.          q = lwr ;
  768.          for (; *p; p++)
  769. #ifndef VMCMS
  770.             *q++ = ((*p>=ASCII_A && *p<=ASCII_Z) ? *p+32 : *p) ;
  771. #else
  772.             *q++ = ((ebcdic2ascii[*p]>=ASCII_A &&
  773.                         ebcdic2ascii[*p]<=ASCII_Z ) ?
  774.                             ascii2ebcdic[ebcdic2ascii[*p]+32] : *p) ;
  775. #endif
  776.          *q = '\0';   /* changed this too! */
  777.  
  778.          if (0 != (ai=findadobe(lwr))) {
  779.             for (i = ai->texnum; i >= 0; i = nexttex[i])
  780.                uppercase[i] = Ai ;
  781.             for (i = Ai->texnum; i >= 0; i = nexttex[i])
  782.                lowercase[i] = ai ;
  783.          }
  784.       }
  785.    }
  786. /* Note that, contrary to the normal true/false conventions,
  787.  * uppercase[i] is NULL and lowercase[i] is non-NULL when i is the
  788.  * ASCII code of an uppercase letter; and vice versa for lowercase letters */
  789.  
  790.    if (0 != (ai=findadobe("germandbls")))
  791.       if (0 != (Ai=findadobe("S"))) { /* we also construct SS */
  792.          for (i=ai->texnum; i >= 0; i = nexttex[i])
  793.             uppercase[i] = ai ;
  794.          ai->adobenum = -1 ;
  795.          ai->width = Ai->width << 1 ;
  796.          ai->llx = Ai->llx ;
  797.          ai->lly = Ai->lly ;
  798.          ai->urx = Ai->width + Ai->urx ;
  799.          ai->ury = Ai->ury ;
  800.          ai->kerns = Ai->kerns ;
  801.          np = newpcc() ;
  802.          np->partname = "S" ;
  803.          nq = newpcc() ;
  804.          nq->partname = "S" ;
  805.          nq->xoffset = Ai->width ;
  806.          np->next = nq ;
  807.          ai->pccs = np ;
  808.       }
  809.    if ((ai=findadobe("dotlessi")))
  810.       for (i=ai->texnum; i >= 0; i = nexttex[i])
  811.          uppercase[i] = findadobe("I") ;
  812.    if ((ai=findadobe("dotlessj")))
  813.       for (i=ai->texnum; i >= 0; i = nexttex[i])
  814.          uppercase[i] = findadobe("J") ;
  815. }
  816. /* The logic above seems to work well enough, but it leaves useless characters
  817.  * like `fi' and `fl' in the font if they were present initially,
  818.  * and it omits characters like `dotlessj' if they are absent initially */
  819.  
  820. /* Now we turn to computing the TFM file */
  821.  
  822. int lf, lh, nw, nh, nd, ni, nl, nk, ne, np ;
  823.  
  824. void
  825. write16(what)
  826. register short what ;
  827. {
  828.    (void)fputc(what >> 8, tfmout) ;
  829.    (void)fputc(what & 255, tfmout) ;
  830. }
  831.  
  832. void
  833. writearr(p, n)
  834. register long *p ;
  835. register int n ;
  836. {
  837.    while (n) {
  838.       write16((short)(*p >> 16)) ;
  839.       write16((short)(*p & 65535)) ;
  840.       p++ ;
  841.       n-- ;
  842.    }
  843. }
  844.  
  845. void
  846. makebcpl(p, s, n)
  847. register long *p ;
  848. register char *s ;
  849. register int n ;
  850. {
  851.    register long t ;
  852.    register long sc ;
  853.  
  854.    if (strlen(s) < n)
  855.       n = strlen(s) ;
  856.    t = ((long)n) << 24 ;
  857.    sc = 16 ;
  858.    while (n > 0) {
  859.       t |= ((long)(*(unsigned char *)s++)) << sc ;
  860.       sc -= 8 ;
  861.       if (sc < 0) {
  862.          *p++ = t ;
  863.          t = 0 ;
  864.          sc = 24 ;
  865.       }
  866.       n-- ;
  867.    }
  868.    *p++ = t ;
  869. }
  870.  
  871. int source[257] ;
  872. int unsort[257] ;
  873.  
  874. /*
  875.  *   Next we need a routine to reduce the number of distinct dimensions
  876.  *   in a TFM file. Given an array what[0]...what[oldn-1], we want to
  877.  *   group its elements into newn clusters, in such a way that the maximum
  878.  *   difference between elements of a cluster is as small as possible.
  879.  *   Furthermore, what[0]=0, and this value must remain in a cluster by
  880.  *   itself. Data such as `0 4 6 7 9' with newn=3 shows that an iterative
  881.  *   scheme in which 6 is first clustered with 7 will not work. So we
  882.  *   borrow a neat algorithm from METAFONT to find the true optimum.
  883.  *   Memory location what[oldn] is set to 0x7fffffffL for convenience.
  884.  */
  885. long nextd ; /* smallest value that will give a different mincover */
  886. int
  887. mincover(what,d) /* tells how many clusters result, given max difference d */
  888. register long d ;
  889. long *what ;
  890. {
  891.    register int m ;
  892.    register long l ;
  893.    register long *p ;
  894.  
  895.    nextd = 0x7fffffffL ;
  896.    p = what+1 ;
  897.    m = 1 ;
  898.    while (*p<0x7fffffffL) {
  899.       m++ ;
  900.       l = *p ;
  901.       while (*++p <= l+d) ;
  902.       if (*p-l < nextd) nextd = *p-l ;
  903.    }
  904.    return (m) ;
  905. }
  906.  
  907. void
  908. remap(what, oldn, newn)
  909. long *what ;
  910. int oldn, newn ;
  911. {
  912.    register int i, j ;
  913.    register long d, l ;
  914.  
  915.    what[oldn] = 0x7fffffffL ;
  916.    for (i=oldn-1; i>0; i--) {
  917.       d = what[i] ;
  918.       for (j=i; what[j+1]<d; j++) {
  919.          what[j] = what[j+1] ;
  920.          source[j] = source[j+1] ;
  921.       }
  922.       what[j] = d ;
  923.       source[j] = i ;
  924.    } /* Tom, don't let me ever catch you using bubblesort again! -- Don */
  925.  
  926.    i = mincover(what, 0L) ;
  927.    d = nextd ;
  928.    while (mincover(what,d+d)>newn) d += d ;
  929.    while (mincover(what,d)>newn) d = nextd ;
  930.  
  931.    i = 1 ;
  932.    j = 0 ;
  933.    while (i<oldn) {
  934.       j++ ;
  935.       l = what[i] ;
  936.       unsort[source[i]] = j ;
  937.       while (what[++i] <= l+d) {
  938.          unsort[source[i]] = j ;
  939.          if (i-j == oldn-newn) d = 0 ;
  940.       }
  941.       what[j] = (l+what[i-1])/2 ;
  942.    }
  943. }
  944.  
  945. long checksum() {
  946.    int i ;
  947.    long s1 = 0, s2 = 0 ;
  948.    char *p ;
  949.    struct adobeinfo *ai ;
  950.  
  951.    for (i=0; i<256; i++)
  952.       if (0 != (ai=adobeptrs[i])) {
  953.          s1 = (s1 << 1) ^ ai->width ;
  954.          for (p=ai->adobename; *p; p++)
  955. #ifndef VMCMS
  956.             s2 = (s2 * 3) + *p ;
  957. #else
  958.             s2 = (s2 * 3) + ebcdic2ascii[*p] ;
  959. #endif
  960.       }
  961.    s1 = (s1 << 1) ^ s2 ;
  962.    return s1 ;
  963. }
  964.  
  965. /*
  966.  *   The next routine simply scales something.
  967.  *   Input is in 1000ths of an em.  Output is in FIXFACTORths of 1000.
  968.  */
  969. #define FIXFACTOR (0x100000L) /* 2^{20}, the unit fixnum */
  970. long
  971. scale(what)
  972. long what ;
  973. {
  974.    return(((what / 1000) << 20) +
  975.           (((what % 1000) << 20) + 500) / 1000) ;
  976. }
  977.  
  978. long *header, *charinfo, *width, *height, *depth, *ligkern, *kern, *tparam,
  979.      *italic ;
  980. long *tfmdata ;
  981.  
  982. void
  983. buildtfm() {
  984.    register int i, j ;
  985.    register struct adobeinfo *ai ;
  986.  
  987.    header = tfmdata ;
  988.    cksum = checksum() ;
  989.    header[0] = cksum ;
  990.    header[1] = 0xa00000 ; /* 10pt design size */
  991.    makebcpl(header+2, codingscheme, 39) ;
  992.    makebcpl(header+12, fontname, 19) ;
  993.    lh = 17 ;
  994.    charinfo = header + lh ;
  995.  
  996.    for (i=0; i<256 && adobeptrs[i]==NULL; i++) ;
  997.    bc = i ;
  998.    for (i=255; i>=0 && adobeptrs[i]==NULL; i--) ;
  999.    ec = i;
  1000.    if (ec < bc)
  1001.       error("! no Adobe characters") ;
  1002.  
  1003.    width = charinfo + (ec - bc + 1) ;
  1004.    width[0] = 0 ;
  1005.    nw++ ;
  1006.    for (i=bc; i<=ec; i++)
  1007.       if (0 != (ai=adobeptrs[i])) {
  1008.          width[nw]=ai->width ;
  1009.          for (j=1; width[j]!=ai->width; j++) ;
  1010.          ai->wptr = j ;
  1011.          if (j==nw)
  1012.             nw++ ;
  1013.       }
  1014.    if (nw>256)
  1015.       error("! 256 chars with different widths") ;
  1016.    depth = width + nw ;
  1017.    depth[0] = 0 ;
  1018.    nd = 1 ;
  1019.    for (i=bc; i<=ec; i++)
  1020.       if (0 != (ai=adobeptrs[i])) {
  1021.          depth[nd] = -ai->lly ;
  1022.          for (j=0; depth[j]!=-ai->lly; j++) ;
  1023.          ai->dptr = j ;
  1024.          if (j==nd)
  1025.             nd++ ;
  1026.       }
  1027.    if (nd > 16) {
  1028.       remap(depth, nd, 16) ;
  1029.       nd = 16 ;
  1030.       for (i=bc; i<=ec; i++)
  1031.          if (0 != (ai=adobeptrs[i]))
  1032.             ai->dptr = unsort[ai->dptr] ;
  1033.    }
  1034.    height = depth + nd ;
  1035.    height[0] = 0 ;
  1036.    nh = 1 ;
  1037.    for (i=bc; i<=ec; i++)
  1038.       if (0 != (ai=adobeptrs[i])) {
  1039.          height[nh]=ai->ury ;
  1040.          for (j=0; height[j]!=ai->ury; j++) ;
  1041.          ai->hptr = j ;
  1042.          if (j==nh)
  1043.             nh++ ;
  1044.       }
  1045.    if (nh > 16) {
  1046.       remap(height, nh, 16) ;
  1047.       nh = 16 ;
  1048.       for (i=bc; i<=ec; i++)
  1049.          if (0 != (ai=adobeptrs[i]))
  1050.             ai->hptr = unsort[ai->hptr] ;
  1051.    }
  1052.    italic  = height + nh ;
  1053.    italic[0] = 0 ;
  1054.    ni = 1 ;
  1055.    for (i=bc; i<=ec; i++)
  1056.       if (0 != (ai=adobeptrs[i])) {
  1057.          italic[ni] = ai->urx - ai->width ;
  1058.          if (italic[ni]<0)
  1059.             italic[ni] = 0 ;
  1060.          for (j=0; italic[j]!=italic[ni]; j++) ;
  1061.          ai->iptr = j ;
  1062.          if (j==ni)
  1063.             ni++ ;
  1064.       }
  1065.    if (ni > 64) {
  1066.       remap(italic, ni, 64) ;
  1067.       ni = 64 ;
  1068.       for (i=bc; i<=ec; i++)
  1069.          if (0 != (ai=adobeptrs[i]))
  1070.             ai->iptr = unsort[ai->iptr] ;
  1071.    }
  1072.  
  1073.    for (i=bc; i<=ec; i++)
  1074.       if (0 != (ai=adobeptrs[i]))
  1075.          charinfo[i-bc] = ((long)(ai->wptr)<<24) +
  1076.                            ((long)(ai->hptr)<<20) +
  1077.                             ((long)(ai->dptr)<<16) +
  1078.                              ((long)(ai->iptr)<<10) ;
  1079.  
  1080.    ligkern = italic + ni ;
  1081.    nl = 0 ; /* ligatures and kerns omitted from raw Adobe font */
  1082.    kern = ligkern + nl ;
  1083.    nk = 0 ;
  1084.  
  1085.    newslant = (double)slant - efactor * tan(italicangle*(3.1415926535/180.0)) ;
  1086.    tparam = kern + nk ;
  1087.    tparam[0] = (long)(FIXFACTOR * newslant + 0.5) ;
  1088.    tparam[1] = scale((long)fontspace) ;
  1089.    tparam[2] = (fixedpitch ? 0 : scale((long)(300*efactor+0.5))) ;
  1090.    tparam[3] = (fixedpitch ? 0 : scale((long)(100*efactor+0.5))) ;
  1091.    tparam[4] = scale((long)xheight) ;
  1092.    tparam[5] = scale((long)(1000*efactor+0.5)) ;
  1093.    np = 6 ;
  1094. }
  1095.  
  1096. void
  1097. writesarr(what, len)
  1098. long *what ;
  1099. int len ;
  1100. {
  1101.    register long *p ;
  1102.    int i ;
  1103.  
  1104.    p = what ;
  1105.    i = len ;
  1106.    while (i) {
  1107.       *p = scale(*p) ;
  1108.       (void)scale(*p) ; /* need this kludge for some compilers */
  1109.       p++ ;
  1110.       i-- ;
  1111.    }
  1112.    writearr(what, len) ;
  1113. }
  1114.  
  1115. void
  1116. writetfm() {
  1117.    lf = 6 + lh + (ec - bc + 1) + nw + nh + nd + ni + nl + nk + ne + np ;
  1118.    write16(lf) ;
  1119.    write16(lh) ;
  1120.    write16(bc) ;
  1121.    write16(ec) ;
  1122.    write16(nw) ;
  1123.    write16(nh) ;
  1124.    write16(nd) ;
  1125.    write16(ni) ;
  1126.    write16(nl) ;
  1127.    write16(nk) ;
  1128.    write16(ne) ;
  1129.    write16(np) ;
  1130.    writearr(header, lh) ;
  1131.    writearr(charinfo, ec-bc+1) ;
  1132.    writesarr(width, nw) ;
  1133.    writesarr(height, nh) ;
  1134.    writesarr(depth, nd) ;
  1135.    writesarr(italic, ni) ;
  1136.    writearr(ligkern, nl) ;
  1137.    writesarr(kern, nk) ;
  1138.    writearr(tparam, np) ;
  1139. }
  1140.  
  1141. /* OK, the TFM file is done! Now for our next trick, the VPL file. */
  1142.  
  1143. /* For TeX we want to compute a character height that works properly
  1144.  * with accents. The following list of accents doesn't need to be complete. */
  1145. /*
  1146.  *   We only do this if the xheight has a reasonable value.
  1147.  *   (>50)
  1148.  */
  1149. char *accents[] = { "acute", "tilde", "caron", "dieresis", NULL} ;
  1150. int
  1151. texheight(ai)
  1152. register struct adobeinfo *ai ;
  1153. {
  1154.    register char **p;
  1155.    register struct adobeinfo *aci, *acci ;
  1156.    if (xheight <= 50 || *(ai->adobename + 1)) return (ai->ury) ;
  1157.                                            /* that was the simple case */
  1158.    for (p=accents; *p; p++)  /* otherwise we look for accented letters */
  1159.       if (0 != (aci=findadobe(*p))) {
  1160.          strcpy(buffer,ai->adobename) ;
  1161.          strcat(buffer,*p) ;
  1162.          if (0 != (acci=findadobe(buffer)))
  1163.             return (acci->ury - aci->ury + xheight) ;
  1164.       }
  1165.    return (ai->ury) ;
  1166. }
  1167.  
  1168. /* modified tgr to eliminate varargs problems */
  1169.  
  1170. #define vout(s)  fprintf(vplout, s)
  1171. int level ; /* the depth of parenthesis nesting in VPL file being written */
  1172. void vlevout() {
  1173.    register int l = level ;
  1174.    while (l--) vout("   ") ;
  1175. }
  1176. void vlevnlout() {
  1177.    vout("\n") ;
  1178.    vlevout() ;
  1179. }
  1180. #define voutln(str) {fprintf(vplout,"%s\n",str);vlevout();}
  1181. #define voutln2(f,s) {fprintf(vplout,f,s);vlevnlout();}
  1182. #define voutln3(f,a,b) {fprintf(vplout,f,a,b);vlevnlout();}
  1183. #define voutln4(f,a,b,c) {fprintf(vplout,f,a,b,c);vlevnlout();}
  1184. void
  1185. vleft()
  1186. {
  1187.    level++ ;
  1188.    vout("(") ;
  1189. }
  1190.  
  1191. void
  1192. vright()
  1193. {
  1194.    level-- ;
  1195.    voutln(")") ;
  1196. }
  1197.  
  1198. int forceoctal = 0 ;
  1199.  
  1200. char vcharbuf[6] ;
  1201. char *vchar(c)
  1202. int c ;
  1203. {
  1204.    if (forceoctal == 0 &&
  1205. /* changed below to ascii<->ebcdic independence: */
  1206. /* any reason we don't use 'isalnum'? */
  1207.          ( (c>=ASCII_0 && c<=ASCII_9) || (c>=ASCII_A && c<=ASCII_Z) ||
  1208.                       (c>=ASCII_a && c<=ASCII_z) ) )
  1209.       (void) sprintf(vcharbuf,"C %c",
  1210. #ifndef VMCMS
  1211.       c) ;
  1212. #else
  1213.       ascii2ebcdic[c]) ;
  1214. #endif
  1215.    else (void) sprintf(vcharbuf,"O %o", (unsigned)c) ;
  1216.    return (vcharbuf) ;
  1217. }
  1218.  
  1219. void
  1220. writevpl()
  1221. {
  1222.    register int i, j, k ;
  1223.    register struct adobeinfo *ai ;
  1224.    register struct lig *nlig ;
  1225.    register struct kern *nkern ;
  1226.    register struct pcc *npcc ;
  1227.    struct adobeinfo *asucc, *asub, *api ;
  1228.    int xoff, yoff, ht ;
  1229.    char unlabeled ;
  1230.  
  1231.    voutln2("(VTITLE Created by %s)", titlebuf) ;
  1232.    voutln("(COMMENT Please edit that VTITLE if you edit this file)") ;
  1233.    (void)sprintf(obuffer, "TeX-%s%s%s%s", outname,
  1234.       (efactor==1.0? "" : "-E"), (slant==0.0? "" : "-S"),
  1235.                  (makevpl==1? "" : "-CSC")) ;
  1236.    if (strlen(obuffer)>19) { /* too long, will retain first 9 and last 10 */
  1237.       register char *p, *q ;
  1238.       for (p = &obuffer[9], q = &obuffer[strlen(obuffer)-10] ; p<&obuffer[19];
  1239.               p++, q++) *p = *q ;
  1240.       obuffer[19] = '\0' ;
  1241.    }
  1242.    voutln2("(FAMILY %s)" , obuffer) ;
  1243.    {
  1244.       char tbuf[300] ;
  1245.  
  1246.       sprintf(tbuf, "%s + %s", outencoding->name,
  1247. #ifndef VMCMS
  1248.          codingscheme) ;
  1249. #else
  1250.          ebcodingscheme) ;
  1251. #endif
  1252.       if (strlen(tbuf) > 39) {
  1253.          error("Coding scheme too long; shortening to 39 characters.") ;
  1254.          tbuf[39] = 0 ;
  1255.       }
  1256.       voutln2("(CODINGSCHEME %s)", tbuf) ;
  1257.    }
  1258.    voutln("(DESIGNSIZE R 10.0)") ;
  1259.    voutln("(DESIGNUNITS R 1000)") ;
  1260.    voutln("(COMMENT DESIGNSIZE (1 em) IS IN POINTS)") ;
  1261.    voutln("(COMMENT OTHER DIMENSIONS ARE MULTIPLES OF DESIGNSIZE/1000)") ;
  1262.    voutln2("(CHECKSUM O %lo)",cksum ^ 0xffffffff) ;
  1263.    if (boundarychar >= 0)
  1264.       voutln2("(BOUNDARYCHAR O %lo)", (unsigned long)boundarychar) ;
  1265.    vleft() ; voutln("FONTDIMEN") ;
  1266.    if (newslant)
  1267.       voutln2("(SLANT R %f)", newslant) ;
  1268.    voutln2("(SPACE D %d)", fontspace) ;
  1269.    if (! fixedpitch) {
  1270.       voutln2("(STRETCH D %d)", transform(200,0)) ;
  1271.       voutln2("(SHRINK D %d)", transform(100,0)) ;
  1272.    }
  1273.    voutln2("(XHEIGHT D %d)", xheight) ;
  1274.    voutln2("(QUAD D %d)", transform(1000,0)) ;
  1275.    voutln2("(EXTRASPACE D %d)", fixedpitch ? fontspace : transform(111, 0)) ;
  1276.    vright() ;
  1277.    vleft() ; voutln("MAPFONT D 0");
  1278.    voutln2("(FONTNAME %s)", outname) ;
  1279.    voutln2("(FONTCHECKSUM O %lo)", (unsigned long)cksum) ;
  1280.    vright() ;
  1281.    if (makevpl>1) {
  1282.       vleft() ; voutln("MAPFONT D 1");
  1283.       voutln2("(FONTNAME %s)", outname) ;
  1284.       voutln2("(FONTAT D %d)", (int)(1000.0*capheight+0.5)) ;
  1285.       voutln2("(FONTCHECKSUM O %lo)", (unsigned long)cksum) ;
  1286.       vright() ;
  1287.    }
  1288.  
  1289.    for (i=0; i<256 && texptrs[i]==NULL; i++) ;
  1290.    bc = i ;
  1291.    for (i=255; i>=0 && texptrs[i]==NULL; i--) ;
  1292.    ec = i;
  1293.  
  1294.    vleft() ; voutln("LIGTABLE") ;
  1295.    ai = findadobe("||") ;
  1296.    unlabeled = 1 ;
  1297.    for (nlig=ai->ligs; nlig; nlig=nlig->next)
  1298.       if (0 != (asucc=findadobe(nlig->succ))) {
  1299.          if (0 != (asub=findadobe(nlig->sub)))
  1300.             if (asucc->texnum>=0)
  1301.                if (asub->texnum>=0) {
  1302.                   if (unlabeled) {
  1303.                      voutln("(LABEL BOUNDARYCHAR)") ;
  1304.                      unlabeled = 0 ;
  1305.                   }
  1306.                   for (j = asucc->texnum; j >= 0; j = nexttex[j]) {
  1307.                      voutln4("(%s %s O %o)", vplligops[nlig->op],
  1308.                          vchar(j), (unsigned)asub->texnum) ;
  1309.                   }
  1310.                }
  1311.        }
  1312.    for (i=bc; i<=ec; i++)
  1313.       if ((ai=texptrs[i]) && ai->texnum == i) {
  1314.          unlabeled = 1 ;
  1315.          if (uppercase[i]==NULL) /* omit ligatures from smallcap lowercase */
  1316.             for (nlig=ai->ligs; nlig; nlig=nlig->next)
  1317.                if (0 != (asucc=findadobe(nlig->succ)))
  1318.                   if (0 != (asub=findadobe(nlig->sub)))
  1319.                      if (asucc->texnum>=0)
  1320.                         if (asub->texnum>=0) {
  1321.                            if (unlabeled) {
  1322.                               for (j = ai->texnum; j >= 0; j = nexttex[j])
  1323.                                  voutln2("(LABEL %s)", vchar(j)) ;
  1324.                               unlabeled = 0 ;
  1325.                            }
  1326.                            for (j = asucc->texnum; j >= 0; j = nexttex[j]) {
  1327.                               voutln4("(%s %s O %o)", vplligops[nlig->op],
  1328.                                    vchar(j), (unsigned)asub->texnum) ;
  1329.                               if (nlig->boundleft)
  1330.                                  break ;
  1331.                            }
  1332.                         }
  1333.          for (nkern = (uppercase[i] ? uppercase[i]->kerns : ai->kerns);
  1334.                     nkern; nkern=nkern->next)
  1335.             if (0 != (asucc=findadobe(nkern->succ)))
  1336.                for (j = asucc->texnum; j >= 0; j = nexttex[j]) {
  1337.                   if (uppercase[j]==NULL) {
  1338.                      if (unlabeled) {
  1339.                         for (k = ai->texnum; k >= 0; k = nexttex[k])
  1340.                            voutln2("(LABEL %s)", vchar(k)) ;
  1341.                         unlabeled = 0 ;
  1342.                      }
  1343.                      if (uppercase[i]) {
  1344.                         if (lowercase[j]) {
  1345.                            for (k=lowercase[j]->texnum; k >= 0; k = nexttex[k])
  1346.                               voutln3("(KRN %s R %.1f)", vchar(k),
  1347.                                     capheight*nkern->delta) ;
  1348.                         } else voutln3("(KRN %s R %.1f)",
  1349.                                  vchar(j), capheight*nkern->delta) ;
  1350.                      } else {
  1351.                         voutln3("(KRN %s R %d)", vchar(j),
  1352.                                 nkern->delta) ;
  1353.                         if (lowercase[j])
  1354.                            for (k=lowercase[j]->texnum; k >= 0; k = nexttex[k])
  1355.                               voutln3("(KRN %s R %.1f)", vchar(k),
  1356.                                 capheight*nkern->delta) ;
  1357.                      }
  1358.                   }
  1359.                }
  1360.          if (! unlabeled) voutln("(STOP)") ;
  1361.       }
  1362.    vright() ;
  1363.  
  1364.    for (i=bc; i<=ec; i++)
  1365.       if (0 != (ai=texptrs[i])) {
  1366.          vleft() ; fprintf(vplout, "CHARACTER %s", vchar(i)) ;
  1367.          if (*vcharbuf=='C') {
  1368.             voutln("") ;
  1369.          } else
  1370.             voutln2(" (comment %s)", ai->adobename) ;
  1371.          if (uppercase[i]) {
  1372.             ai=uppercase[i] ;
  1373.             voutln2("(CHARWD R %.1f)", capheight * (ai->width)) ;
  1374.             if (0 != (ht=texheight(ai)))
  1375.                voutln2("(CHARHT R %.1f)", capheight * ht) ;
  1376.             if (ai->lly)
  1377.                voutln2("(CHARDP R %.1f)", -capheight * ai->lly) ;
  1378.             if (ai->urx > ai->width)
  1379.                voutln2("(CHARIC R %.1f)", capheight * (ai->urx - ai->width)) ;
  1380.          } else {
  1381.             voutln2("(CHARWD R %d)", ai->width) ;
  1382.             if (0 != (ht=texheight(ai)))
  1383.                voutln2("(CHARHT R %d)", ht) ;
  1384.             if (ai->lly)
  1385.                voutln2("(CHARDP R %d)", -ai->lly) ;
  1386.             if (ai->urx > ai->width)
  1387.                voutln2("(CHARIC R %d)", ai->urx - ai->width) ;
  1388.          }
  1389.          if (ai->adobenum != i || uppercase[i]) {
  1390.             vleft() ; voutln("MAP") ;
  1391.             if (uppercase[i]) voutln("(SELECTFONT D 1)") ;
  1392.             if (ai->pccs && ai->adobenum < 0) {
  1393.                xoff = 0 ; yoff = 0 ;
  1394.                for (npcc = ai->pccs; npcc; npcc=npcc->next)
  1395.                   if (0 != (api=findadobe(npcc->partname)))
  1396.                      if (api->texnum>=0) {
  1397.                         if (npcc->xoffset != xoff) {
  1398.                            if (uppercase[i]) {
  1399.                               voutln2("(MOVERIGHT R %.1f)",
  1400.                                       capheight * (npcc->xoffset - xoff)) ;
  1401.                            } else voutln2("(MOVERIGHT R %d)",
  1402.                                       npcc->xoffset - xoff) ;
  1403.                            xoff = npcc->xoffset ;
  1404.                         }
  1405.                         if (npcc->yoffset != yoff) {
  1406.                            if (uppercase[i]) {
  1407.                               voutln2("(MOVEUP R %.1f)",
  1408.                                       capheight * (npcc->yoffset - yoff)) ;
  1409.                            } else voutln2("(MOVEUP R %d)",
  1410.                                       npcc->yoffset - yoff) ;
  1411.                            yoff = npcc->yoffset ;
  1412.                         }
  1413.                         voutln2("(SETCHAR O %o)", (unsigned)api->adobenum) ;
  1414.                         xoff += texptrs[api->texnum]->width ;
  1415.                      }
  1416.             } else voutln2("(SETCHAR O %o)", (unsigned)ai->adobenum) ;
  1417.             vright() ;
  1418.          }
  1419.          vright() ;
  1420.       }
  1421.    if (level) error("! I forgot to match the parentheses") ;
  1422. }
  1423.  
  1424. void usage(f)
  1425. FILE *f ;
  1426. {
  1427.    (void)fprintf(f,
  1428.  "afm2tfm 7.6, Copyright 1990-93 by Radical Eye Software\n") ;
  1429.    (void)fprintf(f,
  1430.  "Usage: afm2tfm foo[.afm] [-O] [-u] [-v|-V bar[.vpl]]\n") ;
  1431.    (void)fprintf(f,
  1432.  "                 [-e expansion] [-s slant] [-c capheight]\n") ;
  1433.    (void)fprintf(f,
  1434.  "                 [-p|-t|-T encodingfile] [foo[.tfm]]\n") ;
  1435. }
  1436.  
  1437. void
  1438. openfiles(argc, argv)
  1439. int argc ;
  1440. char *argv[] ;
  1441. {
  1442.    register int lastext ;
  1443.    register int i ;
  1444.    int arginc ;
  1445.    extern void exit() ;
  1446.  
  1447.    tfmout = (FILE *)NULL ;
  1448.    if (argc == 1) {
  1449.       usage(stdout) ;
  1450.       exit(0) ;
  1451.    }
  1452.  
  1453. #if defined MSDOS || defined OS2
  1454.    /* Make VPL file identical to that created under Unix */
  1455.    (void)sprintf(titlebuf, "afm2tfm %s", argv[1]) ;
  1456. #else
  1457. #ifdef VMCMS
  1458.    /* Make VPL file identical to that created under Unix */
  1459.    (void)sprintf(titlebuf, "afm2tfm %s", argv[1]) ;
  1460. #else
  1461.    (void)sprintf(titlebuf, "%s %s", argv[0], argv[1]) ;
  1462. #endif
  1463. #endif
  1464.    (void)strcpy(inname, argv[1]) ;
  1465.    lastext = -1 ;
  1466.    for (i=0; inname[i]; i++)
  1467.       if (inname[i] == '.')
  1468.          lastext = i ;
  1469.       else if (inname[i] == '/' || inname[i] == ':')
  1470.          lastext = -1 ;
  1471.    if (lastext == -1) (void)strcat(inname, ".afm") ;
  1472.  
  1473.    while (argc>2 && *argv[2]=='-') {
  1474.       arginc = 2 ;
  1475.       i = argv[2][1] ;
  1476.       if (i == '/')
  1477.          i = argv[2][2] - 32 ; /* /a ==> A for VMS */
  1478.       switch (i) {
  1479. case 'V': makevpl++ ;
  1480. case 'v': makevpl++ ;
  1481.          (void)strcpy(outname, argv[3]) ;
  1482.          lastext = -1 ;
  1483.          for (i=0; outname[i]; i++)
  1484.             if (outname[i] == '.')
  1485.                lastext = i ;
  1486.             else if (outname[i] == '/' || outname[i] == ':')
  1487.                lastext = -1 ;
  1488.          if (lastext == -1) (void)strcat(outname, ".vpl") ;
  1489. #ifndef VMCMS
  1490.          if ((vplout=fopen(outname, WRITEBIN))==NULL)
  1491. #else
  1492.          if ((vplout=fopen(outname, "w"))==NULL)
  1493. #endif
  1494.             error("! can't open vpl output file") ;
  1495.          break ;
  1496. case 'e': if (sscanf(argv[3], "%f", &efactor)==0 || efactor<0.01)
  1497.             error("! Bad extension factor") ;
  1498.          efactorparam = argv[3] ;
  1499.          break ;
  1500. case 'c':
  1501.          if (sscanf(argv[3], "%f", &capheight)==0 || capheight<0.01)
  1502.             error("! Bad small caps height") ;
  1503.          break ;
  1504. case 's': if (sscanf(argv[3], "%f", &slant)==0)
  1505.             error("! Bad slant parameter") ;
  1506.          slantparam = argv[3] ;
  1507.          break ;
  1508. case 'P':
  1509. case 'p':
  1510.          inenname = argv[3] ;
  1511.          break ;
  1512. case 'T':
  1513.          inenname = outenname = argv[3] ;
  1514.          break ;
  1515. case 't':
  1516.          outenname = argv[3] ;
  1517.          break ;
  1518. case 'O':
  1519.          forceoctal = 1 ;
  1520.          arginc = 1 ;
  1521.          break ;
  1522. case 'u':
  1523.          pedantic = 1 ;
  1524.          break ;
  1525. default: (void)fprintf(stderr, "Unknown option %s %s will be ignored.\n",
  1526.                          argv[2], argv[3]) ;
  1527.       }
  1528.       for (i=0; i<arginc; i++) {
  1529.          (void)sprintf(titlebuf + strlen(titlebuf), " %s", argv[2]) ;
  1530.          argv++ ;
  1531.          argc-- ;
  1532.       }
  1533.    }
  1534.  
  1535.    if ((afmin=fopen(inname, "r"))==NULL)
  1536.       error("! can't open afm input file") ;
  1537.  
  1538.    if (argc>3 || (argc==3 && *argv[2]=='-')) {
  1539.       usage(stderr) ;
  1540.       error("! incorrect usage") ;
  1541.    }
  1542.  
  1543.    if (argc == 2) (void)strcpy(outname, inname) ;
  1544.    else (void)strcpy(outname, argv[2]) ;
  1545.  
  1546.    lastext = -1 ;
  1547.    for (i=0; outname[i]; i++)
  1548.       if (outname[i] == '.')
  1549.          lastext = i ;
  1550.       else if (outname[i] == '/' || outname[i] == ':' || outname[i] == '\\')
  1551.          lastext = -1 ;
  1552.    if (argc == 2) {
  1553.       outname[lastext] = 0 ;
  1554.       lastext = -1 ;
  1555.    }
  1556.    if (lastext == -1) {
  1557.       lastext = strlen(outname) ;
  1558.       (void)strcat(outname, ".tfm") ;
  1559.    }
  1560.    if (tfmout == NULL && (tfmout=fopen(outname, WRITEBIN))==NULL)
  1561.       error("! can't open tfm output file") ;
  1562.    outname[lastext] = 0 ;
  1563. /*
  1564.  *   Now we strip off any directory information, so we only use the
  1565.  *   base name in the vf file.  We accept any of /, :, or \ as directory
  1566.  *   delimiters, so none of these are available for use inside the
  1567.  *   base name; this shouldn't be a problem.
  1568.  */
  1569.    for (i=0, lastext=0; outname[i]; i++)
  1570.       if (outname[i] == '/' || outname[i] == ':' || outname[i] == '\\')
  1571.          lastext = i + 1 ;
  1572.    if (lastext)
  1573.       strcpy(outname, outname + lastext) ;
  1574. }
  1575. /*
  1576.  *   Some routines to remove kerns that match certain patterns.
  1577.  */
  1578. struct kern *rmkernmatch(k, s)
  1579. struct kern *k ;
  1580. char *s ;
  1581. {
  1582.    struct kern *nk ;
  1583.  
  1584.    while (k && strcmp(k->succ, s)==0)
  1585.       k = k->next ;
  1586.    if (k) {
  1587.       for (nk = k; nk; nk = nk->next)
  1588.          while (nk->next && strcmp(nk->next->succ, s)==0)
  1589.             nk->next = nk->next->next ;
  1590.    }
  1591.    return k ;
  1592. }
  1593. /*
  1594.  *   Recursive to one level.
  1595.  */
  1596. void rmkern(s1, s2, ai)
  1597. char *s1, *s2 ;
  1598. struct adobeinfo *ai ;
  1599. {
  1600.    if (ai == 0) {
  1601.       if (strcmp(s1, "*") == 0) {
  1602.          for (ai=adobechars; ai; ai = ai->next)
  1603.             rmkern(s1, s2, ai) ;
  1604.          return ;
  1605.       } else {
  1606.          ai = findadobe(s1) ;
  1607.          if (ai == 0)
  1608.             return ;
  1609.       }
  1610.    }
  1611.    if (strcmp(s2, "*")==0)
  1612.       ai->kerns = 0 ; /* drop them on the floor */
  1613.    else
  1614.       ai->kerns = rmkernmatch(ai->kerns, s2) ;
  1615. }
  1616. int sawligkern ;
  1617. /*
  1618.  *   Reads a ligkern line, if this is one.  Assumes the first character
  1619.  *   passed is `%'.
  1620.  */
  1621. void checkligkern(s)
  1622. char *s ;
  1623. {
  1624.    char *oparam = param ;
  1625.    char *mlist[5] ;
  1626.    int n ;
  1627.  
  1628.    s++ ;
  1629.    while (*s && *s <= ' ')
  1630.       s++ ;
  1631.    if (strncmp(s, "LIGKERN", 7)==0) {
  1632.       sawligkern = 1 ;
  1633.       s += 7 ;
  1634.       while (*s && *s <= ' ')
  1635.          s++ ;
  1636.       param = s ;
  1637.       while (*param) {
  1638.          for (n=0; n<5;) {
  1639.             if (*param == 0)
  1640.                break ;
  1641.             mlist[n] = paramstring() ;
  1642.             if (strcmp(mlist[n], ";") == 0)
  1643.                break ;
  1644.             n++ ;
  1645.          }
  1646.          if (n > 4)
  1647.             error("! too many parameters in lig kern data") ;
  1648.          if (n < 3)
  1649.             error("! too few parameters in lig kern data") ;
  1650.          if (n == 3 && strcmp(mlist[1], "{}") == 0) { /* rmkern command */
  1651.             rmkern(mlist[0], mlist[2], (struct adobeinfo *)0) ;
  1652.          } else if (n == 3 && strcmp(mlist[0], "||") == 0 &&
  1653.                               strcmp(mlist[1], "=") == 0) { /* bc command */
  1654.             struct adobeinfo *ai = findadobe("||") ;
  1655.  
  1656.             if (boundarychar != -1)
  1657.                error("! multiple boundary character commands?") ;
  1658.             if (sscanf(mlist[2], "%d", &n) != 1)
  1659.                error("! expected number assignment for boundary char") ;
  1660.             if (n < 0 || n > 255)
  1661.                error("! boundary character number must be 0..255") ;
  1662.             boundarychar = n ;
  1663.             if (ai == 0)
  1664.                error("! internal error: boundary char") ;
  1665.             ai->texnum = n ; /* prime the pump, so to speak, for lig/kerns */
  1666.          } else if (n == 4) {
  1667.             int op = -1 ;
  1668.             struct adobeinfo *ai ;
  1669.  
  1670.             for (n=0; encligops[n]; n++)
  1671.                if (strcmp(mlist[2], encligops[n])==0) {
  1672.                   op = n ;
  1673.                   break ;
  1674.                }
  1675.             if (op < 0)
  1676.                error("! bad ligature op specified") ;
  1677.             if (0 != (ai = findadobe(mlist[0]))) {
  1678.                struct lig *lig ;
  1679.  
  1680.                if (findadobe(mlist[2]))     /* remove coincident kerns */
  1681.                   rmkern(mlist[0], mlist[1], ai) ;
  1682.                if (strcmp(mlist[3], "||") == 0)
  1683.                   error("! you can't lig to the boundary character!") ;
  1684.                if (! fixedpitch) { /* fixed pitch fonts get *0* ligs */
  1685.                   for (lig=ai->ligs; lig; lig = lig->next)
  1686.                      if (strcmp(lig->succ, mlist[1]) == 0)
  1687.                         break ; /* we'll re-use this structure */
  1688.                   if (lig == 0) {
  1689.                      lig = newlig() ;
  1690.                      lig->succ = newstring(mlist[1]) ;
  1691.                      lig->next = ai->ligs ;
  1692.                      ai->ligs = lig ;
  1693.                   }
  1694.                   lig->sub = newstring(mlist[3]) ;
  1695.                   lig->op = op ;
  1696.                   if (strcmp(mlist[1], "||")==0) {
  1697.                      lig->boundleft = 1 ;
  1698.                      if (strcmp(mlist[0], "||")==0)
  1699.                         error("! you can't lig boundarychar boundarychar!") ;
  1700.                   } else
  1701.                      lig->boundleft = 0 ;
  1702.                }
  1703.             }
  1704.          } else
  1705.             error("! bad form in LIGKERN command") ;
  1706.       }
  1707.    }
  1708.    param = oparam ;
  1709. }
  1710. /*
  1711.  *   Here we get a token from the AFM file.  We parse just as much PostScript
  1712.  *   as we expect to find in an encoding file.  We allow commented lines and
  1713.  *   names like 0, .notdef, _foo_.  We do not allow //abc.
  1714.  */
  1715. char smbuffer[100] ;    /* for tokens */
  1716. char *gettoken() {
  1717.    char *p, *q ;
  1718.  
  1719.    while (1) {
  1720.       while (param == 0 || *param == 0) {
  1721.          if (getline() == 0)
  1722.             error("! premature end in encoding file") ;
  1723.          for (p=buffer; *p; p++)
  1724.             if (*p == '%') {
  1725.                if (ignoreligkern == 0)
  1726.                   checkligkern(p) ;
  1727.                *p = 0 ;
  1728.                break ;
  1729.             }
  1730.       }
  1731.       while (*param && *param <= ' ')
  1732.          param++ ;
  1733.       if (*param) {
  1734.          if (*param == '[' || *param == ']' ||
  1735.              *param == '{' || *param == '}') {
  1736.             smbuffer[0] = *param++ ;
  1737.             smbuffer[1] = 0 ;
  1738.             return smbuffer ;
  1739.          } else if (*param == '/' || *param == '-' || *param == '_' ||
  1740.                     *param == '.' ||
  1741.                     ('0' <= *param && *param <= '9') ||
  1742.                     ('a' <= *param && *param <= 'z') ||
  1743.                     ('A' <= *param && *param <= 'Z')) {
  1744.             smbuffer[0] = *param ;
  1745.             for (p=param+1, q=smbuffer+1;
  1746.                         *p == '-' || *p == '_' || *p == '.' ||
  1747.                         ('0' <= *p && *p <= '9') ||
  1748.                         ('a' <= *p && *p <= 'z') ||
  1749.                         ('A' <= *p && *p <= 'Z'); p++, q++)
  1750.                *q = *p ;
  1751.             *q = 0 ;
  1752.             param = p ;
  1753.             return smbuffer ;
  1754.          }
  1755.       }
  1756.    }
  1757. }
  1758. void getligkerndefaults() {
  1759.    int i ;
  1760.  
  1761.    for (i=0; staticligkern[i]; i++) {
  1762.       strcpy(buffer, staticligkern[i]) ;
  1763.       strcpy(obuffer, staticligkern[i]) ;
  1764.       param = buffer ;
  1765.       checkligkern(buffer) ;
  1766.    }
  1767. }
  1768. /*
  1769.  *   This routine reads in an encoding file, given the name.  It returns
  1770.  *   the final total structure.  It performs a number of consistency checks.
  1771.  */
  1772. struct encoding *readencoding(enc)
  1773. char *enc ;
  1774. {
  1775.    char *p ;
  1776.    int i ;
  1777.    struct encoding *e =
  1778.       (struct encoding *)mymalloc((unsigned long)sizeof(struct encoding)) ;
  1779.  
  1780.    sawligkern = 0 ;
  1781.    if (afmin)
  1782.       error("! oops; internal afmin error") ;
  1783.    if (enc) {
  1784.       afmin = fopen(enc, "r") ;
  1785.       param = 0 ;
  1786.       if (afmin == 0)
  1787.          error("! couldn't open that encoding file") ;
  1788.       p = gettoken() ;
  1789.       if (*p != '/' || p[1] == 0)
  1790.          error("! first token in encoding must be literal encoding name") ;
  1791.       e->name = newstring(p+1) ;
  1792.       p = gettoken() ;
  1793.       if (strcmp(p, "["))
  1794.          error("! second token in encoding must be mark ([) token") ;
  1795.       for (i=0; i<256; i++) {
  1796.          p = gettoken() ;
  1797.          if (*p != '/' || p[1] == 0)
  1798.             error("! tokens 3 to 257 in encoding must be literal names") ;
  1799.          e->vec[i] = newstring(p+1) ;
  1800.       }
  1801.       p = gettoken() ;
  1802.       if (strcmp(p, "]"))
  1803.          error("! token 258 in encoding must be make-array (])") ;
  1804.       while (getline()) {
  1805.          for (p=buffer; *p; p++)
  1806.             if (*p == '%') {
  1807.                if (ignoreligkern == 0)
  1808.                   checkligkern(p) ;
  1809.                *p = 0 ;
  1810.                break ;
  1811.             }
  1812.       }
  1813.       fclose(afmin) ;
  1814.       afmin = 0 ;
  1815.       if (ignoreligkern == 0 && sawligkern == 0)
  1816.          getligkerndefaults() ;
  1817.    } else {
  1818.       e = &staticencoding ;
  1819.       getligkerndefaults() ;
  1820.    }
  1821.    param = 0 ;
  1822.    return e ;
  1823. }
  1824. /*
  1825.  *   This routine prints out the line that needs to be added to psfonts.map.
  1826.  */
  1827. void conspsfonts() {
  1828.    (void)printf("%s %s", outname,
  1829. #ifndef VMCMS
  1830.    fontname) ;
  1831. #else /* VM/CMS: fontname is ascii, so we use ebfontname */
  1832.    ebfontname) ;
  1833. #endif
  1834.    if (slantparam || efactorparam || inenname) {
  1835.       (void)printf(" \"") ;
  1836.       if (slantparam)
  1837.          (void)printf(" %s SlantFont", slantparam) ;
  1838.       if (efactorparam)
  1839.          (void)printf(" %s ExtendFont", efactorparam) ;
  1840.       if (inenname)
  1841.          (void)printf(" %s ReEncodeFont", inencoding->name) ;
  1842.       (void)printf(" \"") ;
  1843.       if (inenname)
  1844.          (void)printf(" <%s", inenname) ;
  1845.    }
  1846.    (void)printf("\n") ;
  1847. }
  1848. #ifndef VMS
  1849. void
  1850. #endif
  1851. main(argc, argv)
  1852. int argc ;
  1853. char *argv[] ;
  1854. {
  1855.    int i ;
  1856.    extern void exit() ;
  1857.  
  1858.    for (i=0; i<256; i++)
  1859.       nexttex[i] = -1 ; /* encoding chains have length 0 */
  1860.    tfmdata = (long *)mymalloc((unsigned long)40000L) ;
  1861.    openfiles(argc, argv) ;
  1862.    readadobe() ;
  1863.    if (fontspace == 0) {
  1864.       struct adobeinfo *ai ;
  1865.  
  1866.       if (0 != (ai = findadobe("space")))
  1867.          fontspace = ai->width ;
  1868.       else if (adobeptrs[32])
  1869.          fontspace = adobeptrs[32]->width ;
  1870.       else
  1871.          fontspace = transform(500, 0) ;
  1872.    }
  1873.    handlereencoding() ;
  1874.    buildtfm() ;
  1875.    writetfm() ;
  1876.    conspsfonts() ;
  1877.    if (makevpl) {
  1878.       assignchars() ;
  1879.       if (makevpl>1) upmap() ;
  1880.       writevpl() ;
  1881.    }
  1882.    exit(0) ;
  1883.    /*NOTREACHED*/
  1884. }
  1885.